fix(station-login): visibility toggle for desktop login - #554
Merged
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Shreyas281299
approved these changes
Nov 20, 2025
Shreyas281299
left a comment
Contributor
There was a problem hiding this comment.
PR is good.
Just have 2 points
- Can we have a ticket to remove this flag, becasue we dont wanna support this in the future. (Correct me if Im wrong)
- Can you also update the snapshot tests for UT that you added
Contributor
Author
For point 1: No. We would probably keep this one forever because one or the other high confidentiality CRM platforms like Epic wouldn't have WebRTC support from within but want to keep that option open for Agent Desktop. |
rsarika
approved these changes
Nov 20, 2025
github-actions Bot
pushed a commit
that referenced
this pull request
Nov 21, 2025
# [1.28.0-ccwidgets.125](v1.28.0-ccwidgets.124...v1.28.0-ccwidgets.125) (2025-11-21) ### Bug Fixes * **station-login:** visibility toggle for desktop login ([#554](#554)) ([f657c7e](f657c7e))
Contributor
Author
|
🎉 This PR is included in version 1.28.0-ccwidgets.125 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
COMPLETES CAI-7375
This pull request addresses
The Epic Embedded Agent Desktop doesn't support WebRTC calls today but the same user can use the WebRTC login in Agent Desktop. Therefore, a visibility toggle is required to handle this on the station login component.
by making the following changes
hideDesktopLoginprop to the Station Login Component.truefalseor not set.Change Type
The following scenarios were tested
Vidcast
https://app.vidcast.io/share/a86d4fd9-c7c1-447b-b551-46eef98b3503
The GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging